PlEmployerJob 
Logical Entity Name  PlEmployerJob 
Default Table Name  PlEmployerJob 
Physical Only  NO 
Definition 
 
Note 
 

PlEmployerJob Columns 
ColumnName  Domain  Datatype  NULL  Definition 
PlEmployerJobID(PK)    int  NO 
 
PlEmployerID(FK)    int  NO 
 
Descrip    varchar(2000)  YES 
 
PlJobTitleID(FK)    int  YES 
 
StartDate    datetime  YES 
 
EndDate    datetime  YES 
 
SalaryLow    money  YES 
 
SalaryHigh    money  YES 
 
JobSchedule    char(1)  YES 
 
Days    char(7)  YES 
 
Time    varchar(50)  YES 
 
NumberOpenings    smallint  NO 
 
NumberFilled    smallint  NO 
 
Status    char(1)  YES 
 
Contact    varchar(30)  YES 
 
Benefits    bit  NO 
 
Fee    bit  NO 
 
Comment    text  YES 
 
Active    bit  NO 
 
UserID    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 
ExternType    char(1)  YES 
 
PlJobTypeID    int  YES 
 
BenefitsDetail    varchar(1000)  NO 
 
ShowOnline    bit  NO 
 
PlEmployerContactID    int  YES 
 
ShowSalaryOnline    bit  NO 
 
ApplyDirect    bit  YES 
 
ResumeRequired    bit  YES 
 
PlJobSourceID    int  YES 
 
OnlineStartDate    datetime  YES 
 
OnlineEndDate    datetime  YES 
 
ShowCommentsOnline    bit  NO 
 
ExactJobTitle    varchar(100)  YES 
 
PlJobCategoryID(FK)    int  YES 
 
PlLocationID(FK)    int  YES 
 

PlEmployerJob Primary and Unique Keys 
Key Name  Key Type  Keys 
PlEmployerJob_PlEmployerJobID_U_C_IDX  PrimaryKey  PlEmployerJobID 

PlEmployerJob Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
PlEmployer  Non-Identifying  One To Zero or More  FK_PlEmployerJob_PlEmployerID_PlEmployer_PlEmployerID      PlEmployerID  NO  YES 
PlJobCategory  Non-Identifying  Zero or One to Zero or More  FK_PlEmployerJob_PlJobCategoryID_PlJobCategory_PlJobCategoryID      PlJobCategoryID  NO  YES 
PlJobTitle  Non-Identifying  Zero or One to Zero or More  FK_PlEmployerJob_PlJobTitleID_PlJobTitle_PlJobTitleID      PlJobTitleID  NO  YES 
PlLocation  Non-Identifying  Zero or One to Zero or More  FK_PlEmployerJobPlLocationID_PlLocationPlLocationID      PlLocationID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
PlEmployerJobBenefits  Non-Identifying  One To Zero or More  FK_PlEmployerJobBenefits.PlEmployerJobID_PlEmployerJob.PlEmployerJobID        NO  YES 
PlEmployerJobSkill  Non-Identifying  One To Zero or More  FK_PlEmployerJobSkill_PlEmployerJobID_PlEmployerJob_PlEmployerJobID        NO  YES 
PlStudentApplyHist  Non-Identifying  One To Zero or More  FK_PlStudentApplyHist_PlEmployerJobID_PlEmployerJobID_PlEmployerJobID        NO  YES 
PlStudentPlacement  Non-Identifying  One To Zero or More  FK_PlStudentPlacement_PlEmployerJobID_PlEmployerJob_PlEmployerJobID        NO  YES 
PlStudentSearchAgentJob  Non-Identifying  One To Zero or More  FK_PlStudentSearchAgentJob.PlEmployerJobID_PlEmployerJob.PlEmployerJobID        NO  YES 

PlEmployerJob Check Constraints 
Check Constraint Name  CheckConstraint